home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / DB_CLIPP / 0327.ZIP / DBSTRUPO.DOC < prev    next >
Text File  |  1986-02-08  |  3KB  |  106 lines

  1.                              DBSTRUPO.COM
  2.          Display dBASE III structure of all DBF files on disk
  3.  
  4.            Another Public Domain Program brought to you by 
  5.  
  6.                          P. L. OLYMPIA, Ph.D.
  7.                          Darwin Systems, Inc.
  8.                    Sysop, Darwin BBS, 301-251-9206
  9.                                02/07/86
  10.  
  11.  
  12. WHAT IN THE WORLD IS DBSTRUPO?
  13. ------------------------------
  14.  
  15.      DBSTRUPO  allows  you to display the structure of all  dBASE  III 
  16. data  bases  on  a given disk or subdirectory with  a  single  command 
  17. invocation.   The  structure listings may be redirected to the printer 
  18. or  to  a  file.  Redirecting  the output to  a  file  gives  you  the 
  19. flexibility of including the data in your system documentation.
  20.  
  21.      You  don't  need dBASE III to run this  program.  In  fact,  most 
  22. people  will run this program in DOS.   However,  you may also execute 
  23. the program from within dBASE via the dBASE RUN (or !) command.
  24.  
  25.  
  26. COMMAND SYNTAX
  27. --------------
  28.  
  29.      DBSTRUPO [drive\path\ambiguous-filename]  [>dosdev]
  30.  
  31.      You may specify drive,  path, any wilcard filenames, all of these 
  32. or none of these. How's that for taking care of everything you want?
  33.  
  34.      You  may redirect the output to "dosdev" which is any  valid  DOS 
  35. device, for example, PRN, or a any file you name.
  36.  
  37.  
  38. EXAMPLES
  39. --------
  40.  
  41. 1. Example 1
  42.  
  43.    DBSTRUPO  C:\DB\*.*    >A:MYDOC.TXT
  44.    DBSTRUPO  C:\DB\*.DBF  >A:MYDOC.TXT
  45.    DBSTRUPO  C:\DB\       >A:MYDOC.TXT
  46.    DBSTRUPO  C:\DB        >A:MYDOC.TXT
  47.  
  48.      All  the  above examples will display the structure of all  dBASE 
  49. III DBF files on the C:\DB subdirectory and display the results to the 
  50. screen  and record them also to the file A:MYDOC.TXT.  If  A:MYDOC.TXT 
  51. already exists, it will be overwritten.
  52.  
  53.  
  54. 2. Example 2
  55.  
  56.    DBSTRUPO
  57.  
  58.      will  display  the structure of all dBASE III DBF  files  on  the 
  59. current directory to the screen only.
  60.  
  61.  
  62. 3. Example 3
  63.  
  64.    DBSTRUPO T*.*   >PRN
  65.    DBSTRUPO T*.DBF >PRN
  66.  
  67.     Both  will display the structure of all dBASE III DBF files  whose 
  68. filenames  begin with "T" on the default directory to both the  screen 
  69. and printer.
  70.  
  71.  
  72. 4. Example 4
  73.  
  74.     DBSTRUPO B:
  75.  
  76.   (This is your quiz. If you've been paying attention, you should know 
  77. what this command does).
  78.  
  79.  
  80.  
  81. AND NOW A WORD FROM YOUR SPONSOR
  82. --------------------------------
  83.  
  84.      DBSTRUPO  is copyrighted by me,  but I am hereby releasing it  to 
  85. the  public domain for all NON-COMMERCIAL  uses,  provided:  (oh,  oh, 
  86. here's the hitch)
  87.  
  88.   1. Both  DBSTRUPO.COM and DBSTRUPO.DOC (this file)  are  distributed 
  89.      together.
  90.  
  91.   2. Neither  file is altered in any way.  If you want to alter files, 
  92.      write your own.
  93.  
  94.   3. You  don't charge anything for distributing this  program.  I  am 
  95.      giving this to you for free, so you do the same.
  96.  
  97.   
  98.      All  monetary  contributions  for  this  program  are  graciously 
  99. declined.  If you really like me that much, buy my other programs such 
  100. as  MEMOPO  (dBASE Memo Field Utility for the Civilized) or send  your 
  101. donation to my "Shareware" program FCPO1 (Electronic Filing  Cabinet), 
  102. or  send something new and useful (public domain only) to my  BBS.  If 
  103. you can't do any of the above, just be nice to your folks. 
  104.  
  105.      Peace be with you, Brother.
  106.